﻿2026-08-01T18:02:56.5930907Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-08-01T18:02:56.5938496Z ##[group]Run actions/checkout@v4
2026-08-01T18:02:56.5939116Z with:
2026-08-01T18:02:56.5939458Z   fetch-depth: 0
2026-08-01T18:02:56.5939815Z   repository: Gamexgit/FinanceManager
2026-08-01T18:02:56.5942667Z   token: ***
2026-08-01T18:02:56.5943039Z   ssh-strict: true
2026-08-01T18:02:56.5943397Z   ssh-user: git
2026-08-01T18:02:56.5943764Z   persist-credentials: true
2026-08-01T18:02:56.5944284Z   clean: true
2026-08-01T18:02:56.5944712Z   sparse-checkout-cone-mode: true
2026-08-01T18:02:56.5945107Z   fetch-tags: false
2026-08-01T18:02:56.5945458Z   show-progress: true
2026-08-01T18:02:56.5945852Z   lfs: false
2026-08-01T18:02:56.5946181Z   submodules: false
2026-08-01T18:02:56.5946664Z   set-safe-directory: true
2026-08-01T18:02:56.5947044Z   allow-unsafe-pr-checkout: false
2026-08-01T18:02:56.5947620Z env:
2026-08-01T18:02:56.5947954Z   PYTHONPATH: src
2026-08-01T18:02:56.5948301Z   JARVIS_FINANCE_ENV: test
2026-08-01T18:02:56.5948821Z   JARVIS_FINANCE_DB_PATH: /tmp/financemanager-phase3-backend/finance.sqlite3
2026-08-01T18:02:56.5949424Z   JARVIS_FINANCE_RUNTIME_DIR: /tmp/financemanager-phase3-backend/runtime
2026-08-01T18:02:56.5949909Z   JARVIS_FINANCE_WRITE_MODE: disabled
2026-08-01T18:02:56.5950312Z ##[endgroup]
2026-08-01T18:02:56.7028686Z Syncing repository: Gamexgit/FinanceManager
2026-08-01T18:02:56.7030959Z ##[group]Getting Git version info
2026-08-01T18:02:56.7031822Z Working directory is '/home/runner/work/FinanceManager/FinanceManager'
2026-08-01T18:02:56.7034754Z [command]/usr/bin/git version
2026-08-01T18:02:56.7476038Z git version 2.54.0
2026-08-01T18:02:56.7479783Z ##[endgroup]
2026-08-01T18:02:56.7487674Z Temporarily overriding HOME='/home/runner/work/_temp/64dd3cce-4345-4edf-bb95-f906bb00421b' before making global git config changes
2026-08-01T18:02:56.7489728Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T18:02:56.7491354Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/FinanceManager/FinanceManager
2026-08-01T18:02:56.8215263Z Deleting the contents of '/home/runner/work/FinanceManager/FinanceManager'
2026-08-01T18:02:56.8223815Z ##[group]Initializing the repository
2026-08-01T18:02:56.8229013Z [command]/usr/bin/git init /home/runner/work/FinanceManager/FinanceManager
2026-08-01T18:02:57.2612516Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-01T18:02:57.2613615Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-01T18:02:57.2614866Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-01T18:02:57.2615332Z hint: call:
2026-08-01T18:02:57.2615705Z hint:
2026-08-01T18:02:57.2616122Z hint: 	git config --global init.defaultBranch <name>
2026-08-01T18:02:57.2616531Z hint:
2026-08-01T18:02:57.2616946Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-01T18:02:57.2617544Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-01T18:02:57.2618037Z hint:
2026-08-01T18:02:57.2618335Z hint: 	git branch -m <name>
2026-08-01T18:02:57.2618636Z hint:
2026-08-01T18:02:57.2619085Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-01T18:02:57.2619728Z Initialized empty Git repository in /home/runner/work/FinanceManager/FinanceManager/.git/
2026-08-01T18:02:57.2621393Z [command]/usr/bin/git remote add origin https://github.com/Gamexgit/FinanceManager
2026-08-01T18:02:57.3693071Z ##[endgroup]
2026-08-01T18:02:57.3694064Z ##[group]Disabling automatic garbage collection
2026-08-01T18:02:57.3695126Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T18:02:57.5947406Z ##[endgroup]
2026-08-01T18:02:57.5948612Z ##[group]Setting up auth
2026-08-01T18:02:57.5949714Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T18:02:57.5953142Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T18:02:57.7610217Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T18:02:57.7612759Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T18:02:57.7615410Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T18:02:57.7617739Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T18:02:57.7619685Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T18:02:57.7621562Z ##[endgroup]
2026-08-01T18:02:57.7622354Z ##[group]Fetching the repository
2026-08-01T18:02:57.7623564Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +465728a905508db6e81667eceb73c74097e49722:refs/remotes/pull/32/merge
2026-08-01T18:02:59.2681092Z From https://github.com/Gamexgit/FinanceManager
2026-08-01T18:02:59.2682946Z  * [new branch]      Sprint14/twr-xirr-performance-attribution -> origin/Sprint14/twr-xirr-performance-attribution
2026-08-01T18:02:59.2685069Z  * [new branch]      Sprint15/household-import-transfer-reconciliation-v1 -> origin/Sprint15/household-import-transfer-reconciliation-v1
2026-08-01T18:02:59.2686967Z  * [new branch]      Sprint16/hotfix-openpyxl-runtime-dependency -> origin/Sprint16/hotfix-openpyxl-runtime-dependency
2026-08-01T18:02:59.2689026Z  * [new branch]      Sprint16/smart-household-inbox-real-data-onboarding-v2 -> origin/Sprint16/smart-household-inbox-real-data-onboarding-v2
2026-08-01T18:02:59.2691035Z  * [new branch]      feat/budget-analytics-data-explorer-v1   -> origin/feat/budget-analytics-data-explorer-v1
2026-08-01T18:02:59.2692472Z  * [new branch]      feat/budget-categories-duplicates-cleanup -> origin/feat/budget-categories-duplicates-cleanup
2026-08-01T18:02:59.2693874Z  * [new branch]      feat/budget-categories-ux-fix            -> origin/feat/budget-categories-ux-fix
2026-08-01T18:02:59.2695589Z  * [new branch]      feat/budget-import-production-v2         -> origin/feat/budget-import-production-v2
2026-08-01T18:02:59.2696965Z  * [new branch]      feat/budget-monthly-import-rule-learning-v1 -> origin/feat/budget-monthly-import-rule-learning-v1
2026-08-01T18:02:59.2698374Z  * [new branch]      feat/budget-phase-1-4                    -> origin/feat/budget-phase-1-4
2026-08-01T18:02:59.2699527Z  * [new branch]      feat/budget-planning-forecast-v1         -> origin/feat/budget-planning-forecast-v1
2026-08-01T18:02:59.2700814Z  * [new branch]      feat/budget-planning-usability-v2        -> origin/feat/budget-planning-usability-v2
2026-08-01T18:02:59.2702113Z  * [new branch]      feat/budget-review-bulk-assign-confirm   -> origin/feat/budget-review-bulk-assign-confirm
2026-08-01T18:02:59.2703315Z  * [new branch]      feat/budget-workflow-help-ux             -> origin/feat/budget-workflow-help-ux
2026-08-01T18:02:59.2705150Z  * [new branch]      feat/finance-command-center-monthly-close-v1 -> origin/feat/finance-command-center-monthly-close-v1
2026-08-01T18:02:59.2706618Z  * [new branch]      feat/fixed-costs-subscriptions-v1        -> origin/feat/fixed-costs-subscriptions-v1
2026-08-01T18:02:59.2707898Z  * [new branch]      feat/grocery-matching-review-learning-v2 -> origin/feat/grocery-matching-review-learning-v2
2026-08-01T18:02:59.2709303Z  * [new branch]      feat/grocery-product-price-providers-v1  -> origin/feat/grocery-product-price-providers-v1
2026-08-01T18:02:59.2711060Z  * [new branch]      feat/migros-product-savings-grocery-optimizer-v1 -> origin/feat/migros-product-savings-grocery-optimizer-v1
2026-08-01T18:02:59.2712622Z  * [new branch]      feat/mobile-nav-income-csv-final         -> origin/feat/mobile-nav-income-csv-final
2026-08-01T18:02:59.2713914Z  * [new branch]      feat/mobile-nav-income-hotfix-v2         -> origin/feat/mobile-nav-income-hotfix-v2
2026-08-01T18:02:59.2715395Z  * [new branch]      feat/mobile-nav-income-planning-v1       -> origin/feat/mobile-nav-income-planning-v1
2026-08-01T18:02:59.2716722Z  * [new branch]      fix/manual-entry-uat-flows               -> origin/fix/manual-entry-uat-flows
2026-08-01T18:02:59.2717817Z  * [new branch]      fix/sprint16.2-insurance-family-order    -> origin/fix/sprint16.2-insurance-family-order
2026-08-01T18:02:59.2719283Z  * [new branch]      hotfix/sprint13-global-portfolio-aggregation -> origin/hotfix/sprint13-global-portfolio-aggregation
2026-08-01T18:02:59.2720615Z  * [new branch]      hotfix/sprint8-kpi-overflow              -> origin/hotfix/sprint8-kpi-overflow
2026-08-01T18:02:59.2721856Z  * [new branch]      hotfix/sprint8-readonly-render           -> origin/hotfix/sprint8-readonly-render
2026-08-01T18:02:59.2723154Z  * [new branch]      integration/portfolio-phase3-to-main     -> origin/integration/portfolio-phase3-to-main
2026-08-01T18:02:59.2725117Z  * [new branch]      main                                     -> origin/main
2026-08-01T18:02:59.2726458Z  * [new branch]      sprint10/portfolio-go-live               -> origin/sprint10/portfolio-go-live
2026-08-01T18:02:59.2727774Z  * [new branch]      sprint11/portfolio-completeness-ux       -> origin/sprint11/portfolio-completeness-ux
2026-08-01T18:02:59.2729122Z  * [new branch]      sprint12/truewealth-verified-import      -> origin/sprint12/truewealth-verified-import
2026-08-01T18:02:59.2730645Z  * [new branch]      sprint13/postfinance-ledger-import       -> origin/sprint13/postfinance-ledger-import
2026-08-01T18:02:59.2732288Z  * [new branch]      sprint16.1/classification-coverage-import-readiness -> origin/sprint16.1/classification-coverage-import-readiness
2026-08-01T18:02:59.2734584Z  * [new branch]      sprint16.2/first-import-calibration-portal-flow -> origin/sprint16.2/first-import-calibration-portal-flow
2026-08-01T18:02:59.2736421Z  * [new branch]      sprint16.3/import-readiness-batched-decisions-performance -> origin/sprint16.3/import-readiness-batched-decisions-performance
2026-08-01T18:02:59.2738167Z  * [new branch]      sprint17a/data-truth                     -> origin/sprint17a/data-truth
2026-08-01T18:02:59.2739471Z  * [new branch]      sprint17b/equity-quote-refresh           -> origin/sprint17b/equity-quote-refresh
2026-08-01T18:02:59.2740692Z  * [new branch]      sprint17b/household-cockpit              -> origin/sprint17b/household-cockpit
2026-08-01T18:02:59.2742058Z  * [new branch]      sprint17c/data-truth-navigation-today-lite -> origin/sprint17c/data-truth-navigation-today-lite
2026-08-01T18:02:59.2743506Z  * [new branch]      sprint17e/household-year-forecast-v1     -> origin/sprint17e/household-year-forecast-v1
2026-08-01T18:02:59.2745002Z  * [new branch]      sprint2/navigation-design-shell          -> origin/sprint2/navigation-design-shell
2026-08-01T18:02:59.2746414Z  * [new branch]      sprint3.1/reconciliation-semantic-hardening -> origin/sprint3.1/reconciliation-semantic-hardening
2026-08-01T18:02:59.2748038Z  * [new branch]      sprint3/reconciliation-snapshot-foundation -> origin/sprint3/reconciliation-snapshot-foundation
2026-08-01T18:02:59.2749603Z  * [new branch]      sprint4.1/portfolio-policy-contract-hardening -> origin/sprint4.1/portfolio-policy-contract-hardening
2026-08-01T18:02:59.2751062Z  * [new branch]      sprint4/portfolio-policy-foundation      -> origin/sprint4/portfolio-policy-foundation
2026-08-01T18:02:59.2752455Z  * [new branch]      sprint5/portfolio-performance-foundation -> origin/sprint5/portfolio-performance-foundation
2026-08-01T18:02:59.2754610Z  * [new branch]      sprint6/portfolio-data-ingestion-reconciliation -> origin/sprint6/portfolio-data-ingestion-reconciliation
2026-08-01T18:02:59.2756261Z  * [new branch]      sprint7/postfinance-portfolio-source     -> origin/sprint7/postfinance-portfolio-source
2026-08-01T18:02:59.2757856Z  * [new branch]      sprint8/market-fx-benchmark-risk         -> origin/sprint8/market-fx-benchmark-risk
2026-08-01T18:02:59.2759186Z  * [new branch]      sprint9/portfolio-basis-policy           -> origin/sprint9/portfolio-basis-policy
2026-08-01T18:02:59.2760268Z  * [new tag]         v0.3.0                                   -> v0.3.0
2026-08-01T18:02:59.2761227Z  * [new tag]         v0.3.1                                   -> v0.3.1
2026-08-01T18:02:59.2762066Z  * [new tag]         v0.3.2                                   -> v0.3.2
2026-08-01T18:02:59.2763011Z  * [new ref]         465728a905508db6e81667eceb73c74097e49722 -> pull/32/merge
2026-08-01T18:02:59.2821554Z ##[endgroup]
2026-08-01T18:02:59.2822869Z ##[group]Determining the checkout info
2026-08-01T18:02:59.2823872Z ##[endgroup]
2026-08-01T18:02:59.2825129Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T18:02:59.2878895Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T18:02:59.2905955Z ##[group]Checking out the ref
2026-08-01T18:02:59.2909578Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/32/merge
2026-08-01T18:02:59.3337351Z Note: switching to 'refs/remotes/pull/32/merge'.
2026-08-01T18:02:59.3338226Z 
2026-08-01T18:02:59.3338753Z You are in 'detached HEAD' state. You can look around, make experimental
2026-08-01T18:02:59.3339764Z changes and commit them, and you can discard any commits you make in this
2026-08-01T18:02:59.3340768Z state without impacting any branches by switching back to a branch.
2026-08-01T18:02:59.3341436Z 
2026-08-01T18:02:59.3341889Z If you want to create a new branch to retain commits you create, you may
2026-08-01T18:02:59.3342775Z do so (now or later) by using -c with the switch command. Example:
2026-08-01T18:02:59.3351300Z 
2026-08-01T18:02:59.3352017Z   git switch -c <new-branch-name>
2026-08-01T18:02:59.3358726Z 
2026-08-01T18:02:59.3361367Z Or undo this operation with:
2026-08-01T18:02:59.3361893Z 
2026-08-01T18:02:59.3362325Z   git switch -
2026-08-01T18:02:59.3362707Z 
2026-08-01T18:02:59.3363213Z Turn off this advice by setting config variable advice.detachedHead to false
2026-08-01T18:02:59.3363870Z 
2026-08-01T18:02:59.3364692Z HEAD is now at 465728a Merge 075df7b91f8035b3757f206da3a83db8768e6852 into ef31adbcfb8ed7a9dd7be845113934f02f192506
2026-08-01T18:02:59.3370055Z ##[endgroup]
2026-08-01T18:02:59.3396494Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T18:02:59.3414059Z 465728a905508db6e81667eceb73c74097e49722
